home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / MonsterShelf / Source / compositeBackground.psw next >
Encoding:
Text File  |  1992-07-12  |  179 b   |  8 lines

  1. defineps compositeFromWorkspaceWindow(float x; float y; float w; float h)
  2.     gsave
  3.     workspaceWindow windowdeviceround
  4.     gstate
  5.     grestore
  6.     x y w h 5 -1 roll x y Copy composite
  7. endps    
  8.